Definition at line 37 of file CFPUInformation.hpp.
| static bool Exponent::Host::CFPUInformation::CPUHasHyperThreading | ( | ) | [inline, static] |
Does the CPU have HT
| bool | True if the CPU has HT, false otherwise |
Definition at line 92 of file CFPUInformation.hpp.
References CFPU_INFORMATION_HAS_HT.
| static bool Exponent::Host::CFPUInformation::CPUHasMMX | ( | ) | [inline, static] |
Does the CPU have MMX
| bool | True if the CPU has MMX, false otherwise |
Definition at line 68 of file CFPUInformation.hpp.
References CFPU_INFORMATION_HAS_MMX.
| static bool Exponent::Host::CFPUInformation::CPUHasSSE | ( | ) | [inline, static] |
Does the CPU have SSE
| bool | True if the CPU has SSE, false otherwise |
Definition at line 74 of file CFPUInformation.hpp.
References CFPU_INFORMATION_HAS_SSE.
| static bool Exponent::Host::CFPUInformation::CPUHasSSE2 | ( | ) | [inline, static] |
Does the CPU have SSE2
| bool | True if the CPU has SSE2, false otherwise |
Definition at line 80 of file CFPUInformation.hpp.
References CFPU_INFORMATION_HAS_SSE2.
| static bool Exponent::Host::CFPUInformation::CPUHasSSE3 | ( | ) | [inline, static] |
Does the CPU have SSE3
| bool | True if the CPU has SSE3, false otherwise |
Definition at line 86 of file CFPUInformation.hpp.
References CFPU_INFORMATION_HAS_SSE3.
| static void Exponent::Host::CFPUInformation::dumpFPUInfoToFile | ( | CTextStream & | stream | ) | [static] |
Output the system logs to the the supplied stream
| stream | The text stream |
| static void Exponent::Host::CFPUInformation::dumpFPUInfoToFile | ( | CSystemString & | path | ) | [static] |
Dump all information to a text file
| path | The path to write the data to |
| static void Exponent::Host::CFPUInformation::initialiseCPUInformation | ( | ) | [static] |
Initialise the CPU information
bool Exponent::Host::CFPUInformation::CFPU_INFORMATION_HAS_HT [static, protected] |
Does the system support hyperthreading
Definition at line 104 of file CFPUInformation.hpp.
Referenced by CPUHasHyperThreading().
bool Exponent::Host::CFPUInformation::CFPU_INFORMATION_HAS_MMX [static, protected] |
Does the system support MMX
Definition at line 100 of file CFPUInformation.hpp.
Referenced by CPUHasMMX().
bool Exponent::Host::CFPUInformation::CFPU_INFORMATION_HAS_SSE [static, protected] |
Does the system support SSE
Definition at line 101 of file CFPUInformation.hpp.
Referenced by CPUHasSSE().
bool Exponent::Host::CFPUInformation::CFPU_INFORMATION_HAS_SSE2 [static, protected] |
Does the system support SSE2
Definition at line 102 of file CFPUInformation.hpp.
Referenced by CPUHasSSE2().
bool Exponent::Host::CFPUInformation::CFPU_INFORMATION_HAS_SSE3 [static, protected] |
Does the system support SSE3
Definition at line 103 of file CFPUInformation.hpp.
Referenced by CPUHasSSE3().